home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / 3c503.zip / NETWARE / 386 / UPDATE.BAT < prev   
DOS Batch File  |  1992-01-07  |  2KB  |  48 lines

  1. @echo off
  2. REM %%VER NetWare 386 Drivers Installation Utility Program v2.0d
  3.  
  4. REM ******************************************************************
  5.  
  6. REM    Updates EtherLink II network adapter drivers in a NW 386 system
  7. REM    Format: From the \NETWARE subdirectory
  8. REM              > 386\update [target_drive:]
  9.  
  10. REM ******************************************************************
  11. ..\install\echoxy 21 13                                                        
  12. ..\install\echoxy 17 10 Updating the NetWare 386 server driver on %1
  13.  
  14. if not exist %1\3C503.lan goto errmsg
  15.  
  16. copy %1\3C503.lan %1\*.old > nul
  17. copy  386\3C503.lan %1 > nul
  18. ..\install\echoxy 19 10 Updated new EtherLink II .LAN in directory %1
  19. ..\install\echoxy 22 13 Strike any key to continue.  
  20. ..\install\reply
  21. if errorlevel 28 goto ok
  22. if errorlevel 27 goto end
  23.  
  24. :ok
  25. ..\install\echoxy 11 13                                                               
  26. ..\install\echoxy 12 13                                                               
  27. ..\install\echoxy 13 13 The NetWare 386 EtherLink II adapter server driver has         
  28. ..\install\echoxy 14 13 been updated.  The older driver has been copied to a           
  29. ..\install\echoxy 15 13 file with the extension ".old."  For the SYSTEM volume         
  30. ..\install\echoxy 16 13 case, unload the old driver and reload the new driver         
  31. ..\install\echoxy 17 10    for it to take effect.  For a DOS partition case, load         
  32. ..\install\echoxy 18 13 the new driver.                                                
  33. ..\install\echoxy 19 10                                                                   
  34. ..\install\echoxy 22 13 Strike any key to return to the NetWare Menu.  
  35. ..\install\reply
  36. :end
  37. netware
  38.  
  39. :errmsg
  40. ..\install\echoxy 18 13       *** Error:  No Files Were Updated! ***         
  41. ..\install\echoxy 19 13       Make sure that you have entered the correct path
  42. ..\install\echoxy 20 13        and that you have access rights to the files.     
  43. ..\install\echoxy 21 13                                       
  44. ..\install\echoxy 22 13 Strike any key to return to the NetWare Menu.       
  45. ..\install\reply
  46. netware
  47.  
  48.